Skip to main content

Flutter - Android Native

Android on Flutter

To use our native lib for Android, create a directory named libs under the app folder inside the android part of the Flutter app. Follow further instruction on the Quickstart Android section, to download the framework, and register the Grouplink lib.

Grouplink SDK

Create a class extending Application on the Android project of flutter.

Grouplink SDK

Follow further instructions on the Quickstart Android section. If you need help asking runtime permissions in Flutter, just follow the guide Asking Runtime Permissions (ANDROID-Flutter).